type net/http.http2outflow
11 uses
net/http (current package)
h2_bundle.go#L1545: type http2outflow struct {
h2_bundle.go#L1555: conn *http2outflow
h2_bundle.go#L1558: func (f *http2outflow) setConnFlow(cf *http2outflow) { f.conn = cf }
h2_bundle.go#L1560: func (f *http2outflow) available() int32 {
h2_bundle.go#L1568: func (f *http2outflow) take(n int32) {
h2_bundle.go#L1580: func (f *http2outflow) add(n int32) bool {
h2_bundle.go#L4649: flow http2outflow // conn-wide (not stream-specific) outbound flow control
h2_bundle.go#L4734: flow http2outflow // limits writing from Handler to client
h2_bundle.go#L7795: flow http2outflow // our conn-level flow control quota (cs.outflow is per stream)
h2_bundle.go#L7884: flow http2outflow // guarded by cc.mu
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)